  /* nav */
  .banner {
      height: 80px;
      width: 100%;
      background: #fff;
      /* background: url(../images/header_bj.png) center center; */
      box-shadow: #999 5px 0px 10px 0px;
      z-index: 999;
  }

  .fix_banner {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 100;
  }

  .ban1 {
      width: 1400px;
      margin: auto;
  }



  .yyui_menu1 {
      height: 80px;
      line-height: 80px;
      font-size: 18px;
  }

  .yyui_menu1 li {
      float: left;
      position: relative;
  }

  .yyui_menu1 li a {
      display: block;
      line-height: 80px;
      padding: 0px 20px;
      color: #333333;
  }

  .yyui_menu1 li.on a {
      background: #ff6799;
      color: white;
  }

  .yyui_menu1 li a:hover {
      background: #ff6799;
      color: white
  }

  .yyui_menu1 li ul {
      position: absolute;
      float: left;
      width: 110px;
      border: 1px solid white;
      display: none;
      background-color: #ff6799;
      z-index: 9999;
  }

  .yyui_menu1 li ul a {
      width: 110px;
      line-height: 50px;
      padding: 0px;
      color: #333333;
      text-align: center;
      color: #fff;
      border-bottom: .5px solid white;
  }

  .yyui_menu1 li ul a:hover {
      background: #a6214e;
  }

  .yyui_menu1 li ul ul {
      top: 0;
  }

  .ban_tel {
      line-height: 80px;
  }

  /* footer */
  .footer {
      background: #232323;
  }

  .foo_nr {
      color: #999e;
  }

  .foo_nr a {
      color: #999e;
  }

  .foo_nr a:hover {
      color: white;
  }

  .foo_yqlj {
      font-size: 18px;
      line-height: 100px;
      height: 100px;
  }

  .foo_yqlj ul {
      border-bottom: 1px solid #333;

      height: 100px;

  }

  .foo_yqlj li {
      float: left;
  }

  .yqlj_li {
      margin-left: 5px;
      margin-right: 5px;
  }

  .foo_lote {
      height: 300px;
      margin-top: 50px;
  }

  .foo_ewm p {
      font-size: 18px;
      text-align: center;
      margin-top: 5px;
  }

  .foo_ul li {
      float: left;
      font-size: 18px;
      line-height: 45px;
      margin-right: 35.9px;
  }

  .ul_sx {
      height: 210px;
      border: .5px solid #999;
      margin-right: 15px;
  }

  .ul_zhli {
      margin-right: 0px !important;
  }

  .foo_ba {
      height: 150px;
      background: #0a0505;
      color: #999;
      text-align: center;
      font-size: 16px;
      line-height: 40px;
  }

  /* banner */
  /*    
   .banner-box {
     
       position: relative;
       width: 100%;
      
   }
   
   .banner-box .bd li .m-width {
       margin: 0 auto;
       overflow: hidden;
   }
   
   .banner-box .bd li {
       width: 100% !important;
      
   }
   
   .banner-box .bd li img {
       width: 100%;
      
   }
   
   .banner-box .bd li a {
       display: block;
       background-size: auto;
   }
   
   .banner-btn {
       position: relative;
       bottom: 550px;
       left: 50%;
       margin-left: -605px;
   }
   
   .banner-btn a {
       display: block;
       width: 49px;
       height: 104px;
       position: absolute;
       top: 0;
       filter: alpha(opacity=40);
       -moz-opacity: 0.4;
       -khtml-opacity: 0.4;
       opacity: 0.4;
   }
   
   .banner-box .hd {
       position: absolute;
       top: 400px;
       left: 537px;
       width: 200px;
   }
   
   .banner-box .hd ul li {
       width: 15px;
       height: 15px;
       border-radius: 50%;
       text-indent: -9999px;
       margin-right: 10px;
       background: url(../images/dian1.png);
       float: left;
       cursor: pointer;
   }
   
   .banner-box .hd ul li.on {
       background: url(../images/dian2.png);
   }
    */
  /* .swiper-container {
        width: 100%;
     
      }
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
  
       
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }  */
  /* .swiper-slide img{
        width: 100%;
      } */
  /* .swiper-pagination-bullet{
        background: url(../images/dian1.png) center;
        width: 15px;
        height: 15px;
        border-radius: none;
        opacity:1;
      }
      .swiper-pagination-bullet-active{
        background: url(../images/dian2.png) center;
        width: 15px;
        height: 15px;
        border-radius: none;
      } */

  .ban_form {
      width: 1200px;
      height: 120px;
      position: absolute;
      left: 50%;
      margin-left: -600px;
      /*bottom: 0px;*/
      margin-top: 10px;
      z-index: 1;
      /* top: 600px; */
      background-color: #ff6799;
  }

  .ban_form input {
      height: 40px;
      border: 1px solid white;
      border-radius: 5px;
      width: 240px;
      padding-left: 20px;
  }

  /* WebKit browsers */
  .ban_form input::-webkit-input-placeholder {
      color: #fff;
  }

  /* Mozilla Firefox 4 to 18 */
  .ban_form input:-moz-placeholder {
      color: #fff;
      opacity: 1;
  }

  /* Mozilla Firefox 19+ */
  .ban_form input::-moz-placeholder {
      color: #fff;
      opacity: 1;
  }

  /* Internet Explorer 10+ */
  .ban_form input:-ms-input-placeholder {
      color: #fff;
  }

  .ban_form .djbjk {
      float: right;
      width: 180px;
      height: 120px;
      margin-top: -60px;
      color: white;
      background: #a6214e;
      border: none;
      border-radius: 0px !important;
  }
  .ban_form .djbjk:hover{
    background: #ca1c57;
  }
  .ban_form .djbjk p {
      text-align: center;
      padding-top: 30px;
      font-size: 20px;
      line-height: 30px;
  }

  .ban_form #su {
      width: 180px;
      height: 120px;
      margin-top: -90px;
      border: none;
  }

  /* 15年  一线  环保  私人  透明   服务 */

  .ind_liu {
      width: 100%;
      max-width: 1400px;
      height: 300px;
  }

  .ind_liu li {
      float: left;
      width: 15.6%;
      max-width: 219px;
      height: 220px;
      border: 1px dashed #ff6799;
  }

  .liu_li {
      margin-left: 1%;
  }

  .ind_liu li:hover {
      box-shadow: #ff6799 0px 0px 5px 0px;
      margin-top: -5px;
  }

  /* 线上特供 爆品“蜜堂” */

  .ind_xs1 {
      height: 150px;
      text-align: center;
  }

  .ind_xs1 .ind_xs01 {
      background: url(../images/tit.png) no-repeat;
      height: 66px;
      width: 605px;
  }

  .ind_xs2 {
      height: 570px;
      margin-top: 30px;
  }

  .ind_xs02 {
      background: rgba(166, 33, 77, 0.459);
      width: 440px;
      height: 100%;
      top: 0px;
      float: left;
      font-weight: bold;
  }
.xj_mikk{
    width: 250px;
    margin: 20px auto;
}
.xj_mikk .xj_mj{
    float: left;
    width: 25px;
    font-size: 25px;
    padding: 10px 5px;
    color: #a6214e;
}
  .ind_xs03 {
      background: rgba(243, 228, 229, 0.91);
      width: 400px;
      height: 530px;
      top: 20px;
      left: 20px;
  }

  .ind_xs03 ul {
      width: 400px;
      margin: auto;
      height: 130px;
  }

  .ind_xs03 li {
      float: left;
      width: 110px;
      height: 110px;
      border: 1px solid #ff6799;
      border-radius: 10px;
  }

  .ind_xs04 {
      width: 350px;
      height: 70px;
      line-height: 70px;
      background: #ff6799;
      margin-top: 50px !important;
  }
  .ind_xs04:hover{
    background: #a6214e;
  }
  .ind_xs_tj {
      float: right;
      height: 100%;
  }

  .tj_top {
      width: 658px;
      height: 340px;
      padding-left: 2px;
      position: relative;
  }

  .tj_top img {
      width: 100%;
      height: 100%;
  }

  .tj_text {
      position: absolute;
      width: 500px;
      height: 50px;
      bottom: 20px;
      left: 80px;
      line-height: 50px;
      text-align: center;
      font-size: 20px;
  }

  .tj_text1 {
      width: 150px;
      float: left;
      background: #a6214e;
      color: #fff;
  }

  .tj_text2 {
      float: left;
      width: 350px;
      background: rgba(255, 255, 255, 0.699);
      color: #333;
  }

  .tj_bottom {
      width: 750px;
      height: 570px;
      padding-left: 2px;

  }

  .tj_bottom li {
      float: left;
      width: 370px;
      height: 280px;
      position: relative;
  }

  .tj_bottom li:nth-child(2) {
      margin-left: 10px;
  }
  .tj_bottom li:nth-child(3) {
    margin-top: 10px;
}
  .tj_bottom li:nth-child(4) {
    margin-left: 10px;
    margin-top: 10px;
}
  .tj_bottom li img {
      width: 100%;
      height: 100%;
  }

  .tj_bottom_text {
      position: absolute;
      width: 100%;
      height: 40px;
      bottom: 0;
      line-height: 40px;
      text-align: center;
      font-size: 15px;
  }

  .tj_bottom_text1 {
      width: 110px;
      float: left;
      background: #a6214e;
      color: #fff;
  }

  .tj_bottom_text2 {
      float: left;
      width: 260px;
      background: rgba(255, 255, 255, 0.699);
      color: #333;
  }

  /* 带您参观我和Ta的婚房  经典装修 */

  .ind_hf {
      background: url(../images/hf1.jpg) center center;
      margin-top: 50px;
  }

  .hf_qb {
      width: 100%;
      max-width: 1600px;
      min-width: 1200px;
  }

  .hf_yb {
      box-sizing: border-box;
      height: 518px;
  }

  .yb_left {
      width: 39.875%;
      height: 468px;
  }

  .left_tu {
      overflow: hidden;
      max-width: 638px;
      height: 468px;
  }

  .left_tu .ri_img {
      height: 100%;
  }

  .anli_ps_xtzj {
      top: 0;
      width: 40px;
      font-size: 20px;
      left: 15px;
      background: #a6214e;
      text-align: center;
      color: #fff;
  }

  .anli_ps_xtzj p {
      margin: 5px;
  }

  .left_tu:hover .anli_ps_xtzj {
      display: none;
  }

  .anli_ps_xtzj1 {
      top: 0;
      width: 35px;
      font-size: 16px;
      left: 15px;
      background: #a6214e;
      text-align: center;
      color: #fff;
  }

  .anli_ps_xtzj1 p {
      margin: 5px;
  }

  .yb_right li:hover .anli_ps_xtzj1 {
      display: none;
  }

  .anli_ps_text {
      bottom: 0;
      left: 0;
      width: 100%;
      height: 30px;
      line-height: 30px;
      background: rgba(0, 0, 0, .7);
  }

  .anli_ps_text1 {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      line-height: 30px;
      background: rgba(0, 0, 0, .7);
  }

  .left_tu .anli_ps_text1 div {
      width: 70%;
      margin: auto;
  }

  .left_tu .anli_ps_text1 .yuanxingk {
      border: 1px solid rgba(23, 22, 22, 0.22);
      height: 150px;
      width: 150px;
      border-radius: 50%;
      overflow: hidden;
      margin: auto;
  }

  .left_tu .anli_ps_text1 .yuanxingk img {
     width: 100%;
  }

  .left_tu .anli_ps_text1 .anli_ps_an {
      margin-top: 20px;
  }

  .anli_ps_an {
      width: 150px !important;
      background: #ff6799;
      border-radius: 5px;
      margin-top: 10%;
  }
  .anli_ps_an:hover{
    background: #a6214e;
  }
  .left_tu:hover .anli_ps_text {
      display: none;
  }

  .left_tu:hover .anli_ps_text1 {
      display: block;
  }

  .yb_right li:hover .anli_ps_text {
      display: none;
  }

  .yb_right li:hover .anli_ps_text1 {
      display: block;
  }

  .yb_right {
      width: 60.125%;
      height: 100%;
      margin-top: -10px;
  }

  .yb_right li {
      float: left;
      width: 32%;
      position: relative;
      overflow: hidden;
      height: 229px;
      margin-left: 10px;
      margin-top: 10px;
  }

  .yb_right .ri_img {
      height: 100%;
  }

  .yb_right .anli_ps_text1 div {
      width: 90%;
      margin: auto;
      overflow: hidden;
  }

  .yb_right .anli_ps_text1 .yuanxingk1 {
      height: 100px;
      width: 100px;
      border-radius: 50%;
      margin-top: 20px !important;
      border: 1px solid #15141429;
      overflow: hidden;
      margin: auto;
  }

  .yb_right .anli_ps_text1 .yuanxingk1 img {
    width: 100%;
  }

  .yb_right .anli_ps_text1 .anli_ps_an {
      margin-top: 10px;
  }

  .hf_ck {
      height: 120px;
      margin-top: 70px;
  }

  .ck_al {
      width: 400px;
      height: 70px;
      line-height: 70px;
      margin-top: 50px;
      border: 1px solid #666;
  }
  .ck_al:hover{
    background: #ff6799;
    color: #fff;
  }
  /* 装修流程 */

  .ind_lc {
      width: 100%;
  }

  .lc_tit {
      top: 40%;
      right: 15%;
  }

  .lc_left {
      top: 0px;
  }

  .lc_right {
      top: 20%;
      left: 27%;
  }

  .lc_right li {
      float: left;
      width: 12%;
  }

  .lc_jt {
      margin: 3% .1%;
      width: 2.4% !important;
  }

  /* 更懂生活更懂您  设计大咖 */
  /* .ind_sjs {
       height: 530px;
       width: 1200px;
   } */
  .tj_sjs {
      height: 625px;
      margin-top: 20px;
      display: -webkit-flex;
      -webkit-justify-content: space-between;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .tj_sjs_item {
      width: 290px;
      height: 300px;
      position: relative;
      overflow: hidden;
  }

  .tj_sjs_item img {
      width: 100%;

  }

  .tj_db_text1 {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50px;
      display: flex;
      text-align: center;
      background: #00000096;
      color: #fff;
  }

  .db_text1 {
      width: 100px;
      line-height: 50px;
      font-size: 24px;
  }

  .db_text2 {
      flex: 1;
  }

  .text2_p1 {
      font-size: 18px;
      line-height: 28px;
  }

  .text2_p2 {
      font-size: 14px;
  }

  .tj_db_text2 {
      display: none;
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      background: #00000096;
      color: #fff;  
  }

  .db_text2_kk {
    font-size: 16px;
    margin: 65px 20px;
    line-height: 30px;
  }

  .db_text2_kk span {
      font-size: 20px;
  }

  .kk_anniu {
      width: 150px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      background: #ff6799;
      color: #fff;
      margin: 20px auto;
      border-radius: 5px;
  }
  .kk_anniu:hover{
    background: #a6214e;  
  }
.tj_sjs_item:hover .tj_db_text1{
    display: none;
}
.tj_sjs_item:hover .tj_db_text2{
    display: block;
}



  .clearfix:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0
  }

  *html .clearfix {
      height: 1%
  }

  .solution-list {
      position: relative;
      height: 412px;
      z-index: 9;
      width: 1200px;
      margin: 0 auto;
  }

  .short-bar {
      position: absolute;
      top: 187px;
      left: 50%;
      margin-left: -15px;
      width: 30px;
      height: 3px;
      background-color: #fff
  }

  .active .short-bar {
      top: 201px;
      background-color: #009dff
  }

  .solution-list ul li {
      float: left;
      width: 150px;
      position: relative;
      height: 412px;
      transition: all .5s;
      -moz-transition: all .5s;
      -webkit-transition: all .5s;
      -o-transition: all .5s
  }

  .solution-item-wrapper {
      width: 150px;
      height: 412px;
      background-size: 200% 100% !important;
  }

  .active .solution-item-wrapper {
      position: absolute;
      z-index: 9;
      top: -25px;
      left: -51px;
      width: 300px;
      height: 450px;
      background-size: 100% 100% !important;
      -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
      -moz-box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
      box-shadow: 0 5px 40px rgba(0, 0, 0, .5);
  }

  @media only screen and (max-width:1400px) {
      .product-special-li-5.active .solution-item-wrapper {
          left: -102px
      }
  }

  .solution-list ul li .solution-title {
      position: absolute;
      top: 211px;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 18px;
      z-index: 2
  }

  .solution-list ul li .solution-intro {
      position: absolute;
      top: 282px;
      left: 50%;
      margin-left: -151px;
      width: 300px;
      height: 200px;
      overflow: hidden;
      color: #eee;
      line-height: 2;
      z-index: 2;
      opacity: 0;
      filter: alpha(opacity=0);
      font-size: 14px;
      text-align: justify;
      background: rgba(51, 51, 51, 0.733);
  }

  .solution-list ul li p {
      padding-left: 40px;
  }

  .sjs_p1 {
      line-height: 50px;
      font-size: 20px;
  }

  .solution-list ul li a {
      display: none;
      /* position: absolute; */
      top: 452px;
      left: 50%;
      /* margin-left: -87px; */
      margin: auto;
      margin-top: 20px;
      width: 174px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 14px;
      color: #fff;
      z-index: 2;
      background-color: #ff6799;
      border-radius: 5px;
  }

  .solution-list ul li a:hover {
      background-color: #ff6799;
      transition: all .6s;
      -moz-transition: all .6s;
      -webkit-transition: all .6s;
      -o-transition: all .6s
  }

  .solution-list ul li.active .solution-title {
      top: 158px;
      font-size: 22px
  }

  .solution-list ul li.active .solution-intro {
      top: 230px;
      opacity: 1;
      filter: alpha(opacity=100)
  }

  .solution-list ul li.active a {
      top: 340px;
      display: block
  }

  /* .poster-main {
    width: 1000px;
    height: 500px;
    position: relative;
    margin: 0 auto;
  }
  
  .poster-main a, .poster-main img { display: block; }
  
  .poster-main .poster-list {
    width: 1000px;
    height: 500px;
  }
  
  .poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .poster-main .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
  }
  
  .poster-main .poster-prev-btn {
    left: 0;
    background: url(../img/left.png) no-repeat center center;
  }
  
  .poster-main .poster-next-btn {
    right: 0;
    background: url(../img/right.png) no-repeat center center;
  } */
  /* 好工程 让家更好用  在建工地 */

  .ind_zj {
      height: 650px;
      margin-top: 20px;
      background: url(../images/zjgd.jpg) center center;
  }

  .zj_bk {
      width: 100%;
      min-width: 1200px;
      max-width: 1600px;
  }

  .zj_left {
      padding-top: 150px;
  }

  .zj_titt {
      background: #cccccc;
      width: 100%;
      height: 100px;
  }

  .zj_pp {
      top: 40px;
      left: 50px;
  }

  .zj_right input {
      width: 70%;
      height: 50px;
      border: 1px solid #666;
      margin-top: 30px;
      padding-left: 10px;
  }

  .zj_su {
      background: #ff6799;
      color: white;
      font-size: 20px;
      width: 72% !important;
      border: none !important;
  }
  .zj_su:hover{
    background: #a6214e; 
  }
  .zj_gd {
      height: 50px;
      line-height: 50px;
      border: 1px solid;
      width: 70%;
      margin: auto;
      margin-bottom: 50px;
      font-size: 20px;
  }
  .zj_gd:hover{
    background: #ff6799;
    color: white;
  }
  .sy_zjgd_tk {
      width: 99%;
      height: 300px;
      overflow: hidden;
      position: relative;
  }

  .sy_zjgd_tk li {
      width: 290px !important;
      height: 237px;
      margin-top: 20px;
  }

  .sy_zjgd_tk img {
      width: 100%;

  }

  .sy_zjgd_tk .swiper-button-prev {
      background: none;
      width: 40px;
      height: 40px;
      left: 96%;
  }

  .sy_zjgd_tk .swiper-button-next {
      background: none;
      width: 40px;
      height: 40px;
      left: 10px;
  }

  /* .aui-content-box {
      position: relative;
      width: 96%;
      height: 300px;
      margin: 0 auto;
      float: left;
  }

  .aui-content-box-list ul li {
      float: left;
      width: 350px;
      height: 280px;
      margin-right: 10px;
      margin-top: 15px;
  }

  .aui-content-box-list ul img {
      width: 100%;
      height: 100%;
  }

  .aui-content-price {
      position: absolute;
      left: 15px;
      top: 230px;
      width: 160px;
      height: 20px;
      padding: 1px;
      background: #e6382f;
      line-height: 20px;
  }

  .aui-content-box-ovf {
      width: 100%;
      overflow: hidden;
      position: relative;
      height: 300px;
  }

  .aui-content-box-list {
      width: 6950px;
      position: absolute;
      top: 0px;
  }

  .prev {
      position: absolute;
      left: 0px;
      top: 50%;
      margin-top: -40px;
  }

  .next {
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -40px;
  }

  .prev a {
      opacity: 0.6;
      position: absolute;
      left: 0;
      z-index: 100;
      width: 50px;
      height: 45px;
  }

  .next a {
      position: absolute;
      right: 0;
      z-index: 100;
      width: 50px;
      height: 45px;
      opacity: 0.6;
  }

  .prev img {
      width: 80%;
      display: block;
      border: none;
      position: absolute;
      left: 0;
      top: 12px;
  }

  .next img {
      width: 80%;
      display: block;
      position: absolute;
      border: none;
      top: 13px;
      right: 0;
  }

  .prev a:hover {
      opacity: 1;
  }

  .next a:hover {
      opacity: 1;
  } */

  .zj_li {
      bottom: 0px;
      background: rgba(0, 0, 0, .7);
      height: 40px;
      line-height: 40px;
  }

  /* 一线品牌材料让家更耐用  合作品牌 */

  .ind_hz {
      height: 850px;
  }

.ppwbk {
	position: relative;
	overflow: hidden;
    height: 680px !important;
}
.ppwbk ul{
    height: 380px;
}
.ppwbk .arrows {
	position: absolute;
	z-index: 20;
    top:150px;left:0;
    width: 100%;
    height: 100px
}
.ppwbk .arrows .prev, .ppwbk .arrows .next {
	position: absolute;
	width:31px;
	height: 100px;
	font: 0/0 a;
	color: transparent;
	cursor: pointer;
}
.ppwbk .arrows .prev {
	left: 30px;
	background: url(../images/prev.png) no-repeat;
}
.ppwbk .arrows .next {
	right: 30px;
	background: url(../images/next.png) no-repeat;
}
.wrapper {
	position: relative;
	width: 1200px;
	margin: 20px auto;
	zoom: 1;
}
.sction4 .ppwbk .arrows {
	top: 298px;
    width: 100%;height: 100px;
}

.section4 .dots {
	width: 1200px;
    height: 240px;
	text-align: center;
	font-size: 15px;
    margin-bottom: 20px;
    padding-top: 15px;
    background: #f2f2f2;
}
.section4 .dot {
    float: left;
    width: 130px;
    height: 60px;
    background-color: white;
    margin: 5px 8px 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.13);
}
 .section4 .dot img{
    width:100%;
} 
.section4 .active{
    border: 1px solid red !important;
}


  /* .swiper-slide {
       text-align: center;
       font-size: 18px;
       background: #fff;
       display: -webkit-box;
       display: -ms-flexbox;
       display: -webkit-flex;
       display: flex;
       -webkit-box-pack: center;
       -ms-flex-pack: center;
       -webkit-justify-content: center;
       justify-content: center;
       -webkit-box-align: center;
       -ms-flex-align: center;
       -webkit-align-items: center;
       align-items: center;
   } */
  /* 好装修值得关注 新闻资讯 */

  .ind_dt {
      height: 430px;
  }

  .ind_dt1 {
      float: left;
      width: 30.5%;
      height: 430px;
      padding: 15px;
  }

  .ind_dt1 .dt1_hx1 {
      border: .5px solid #ccc;
      width: 120px;
      margin: 5px auto;
  }

  .ind_dt1 .dt1_hx2 {
      border: .5px solid #ff6799;
      width: 100px;
      margin: 5px auto;
      margin-bottom: 20px;
  }

  .dt_tu {
      width: 330px;
      margin: auto;
  }

  .dt_tu .dt_jiantou {
      background: #0f131287;
      right: 0px;
      top: 40%;
      width: 60px;
      height: 50px;
  }

  .dt_tu .dt_jiantou:hover {
      background: #ff6799;
  }

  .dt_tu .dt_jiantou img {
      margin: auto;
      margin-top: 8px;
      width: 35px;
  }

  /* .dt_tu1 {
    height: 300px;
} */
  .dt_js {
      width: 300px;
      margin: auto;
      text-align: left;
  }

  .dt_img {
      float: left;
      margin-top: 15px;
      margin-right: 10px;
  }

  .dt_p1 {
      line-height: 28px;
      margin-top: 10px;
  }

  .dt_p2 {
      line-height: 20px;
  }


  .dt_wz {
      height: 115px;
      ;
  }

  .dt_rq {
      float: left;
      width: 100px;
      height: 80px;
      text-align: center;
      border: 1px solid #ccc;
      margin-right: 20px;
  }

  .rq_p1 {
      height: 50px;
      line-height: 50px;
      font-size: 30px;
  }

  .rq_p2 {
      font-size: 16px;
      height: 30px;
      line-height: 30px;
      background: #ccc;
  }

  .rq_p3 {
      font-size: 16px;
      line-height: 30px;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
  }

  .rq_p4 {
      font-size: 12px;
      line-height: 20px;
  }

  .dec7-li {
      height: 115px;
  }

  .dec7-li .dec7-tu {
      width: 150px;
      height: 100px;
      float: left;
      overflow: hidden;
  }

  .dec7-li .dec7-tu img {
      width: 100%;
      height: 100%;
  }

  .dec7-li .dec7-wen {
      float: left;
      width: 200px;
      margin-left: 10px;
  }

  .dec7-li .dec7-wen .dec7-tit {
      font-size: 18px;
      line-height: 30px;
      word-wrap: break-word;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
  }

  .dec7-li .dec7-wen .dec7-time {
      line-height: 30px;
  }


  .dt_al {
      border: 1px solid #ff6799;
      color: #ff6799;
  }

  .dt_al:hover{
      background: #ff6799;
      color: #fff;
  }